// very dark backgrounds
}
- color: white;
padding: 4px; /* not working */
border-radius: 5px;
box-shadow: none; // otherwise it gets inherited by windowframe.csd
text-shadow: 0 1px black;
// FIXME: we need a border or tooltips vanish on black background.
- decoration.csd {
+ decoration {
background-color: transparent;
}
* { //Yeah this is ugly
padding: 4px;
background-color: transparent;
+ color: white;
}
}
* Tooltips *
************/
tooltip {
- color: white;
padding: 4px;
/* not working */
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.8);
background-clip: padding-box;
border: 1px solid rgba(255, 255, 255, 0.1); }
- tooltip decoration.csd {
+ tooltip decoration {
background-color: transparent; }
tooltip * {
padding: 4px;
- background-color: transparent; }
+ background-color: transparent;
+ color: white; }
/*****************
* Color Chooser *
* Tooltips *
************/
tooltip {
- color: white;
padding: 4px;
/* not working */
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.8);
background-clip: padding-box;
border: 1px solid rgba(255, 255, 255, 0.1); }
- tooltip decoration.csd {
+ tooltip decoration {
background-color: transparent; }
tooltip * {
padding: 4px;
- background-color: transparent; }
+ background-color: transparent;
+ color: white; }
/*****************
* Color Chooser *